From 2128c9ba4966df3dbf83d121d53409a99708df60 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Thu, 24 Nov 2005 15:52:42 +0000 Subject: [PATCH] Minor tidy, no semantic change. Signed-off-by: Ewan Mellor --- linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c index 36ac488b39..87a7cc1ab7 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c @@ -230,9 +230,8 @@ static void frontend_changed(struct xenbus_device *dev, static void maybe_connect(struct backend_info *be) { - if (be->pdev != 0L && be->blkif->status == CONNECTED) { + if (be->pdev != 0L && be->blkif->status == CONNECTED) connect(be); - } } -- 2.30.2